* {
  box-sizing: border-box;
  font-family: 'Caveat', cursive;
}
body{
  background: #ecf0f3;
  color: #667292;
}

h2{
  text-align: center;
}


/* Create three equal columns that floats next to each other */
.column {
  float: center;
  width: 100%;
  padding: 20px;
  height: 70%; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  color:none;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

#colum{
  border-radius: 15px;
  box-shadow: 13px 13px 20px #cbced1,
  -13px -13px 20px #cbced1;
  padding: 20px;
  height: 90%;
}

#colu{
  border-radius: 15px;
  box-shadow: 4px 4px 4px 4px #cbced1,
  -13px -13px 20px 4px #cbced1;
  padding: 2px;
  height: 20%;
}

#button button1{
	text-align: center;
}

.button {
  float: center;
  border: 1px solid #667292;
  color: #ecf0f3;
  padding: 10px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 12px 2px;
  cursor: pointer;
  background-color: #667292;
  border-radius: 10px;
}
.button1:hover {
  background-color:#ecf0f3;
  color: #667292;
  border: 1px solid #667292;
}

#chart_div{
	width: 100%;
	height: 100%;
}